From: Jim Blandy Date: Thu, 11 Mar 1993 07:03:57 +0000 (+0000) Subject: * calendar.el (hebrew-calendar-yahrzeit): Change reference to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96953 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=ae39e6673d4afeaca482261c89118ebc82a1b167;p=emacs.git * calendar.el (hebrew-calendar-yahrzeit): Change reference to nonexistent function last-month-of-hebrew-year to the correct function hebrew-calendar-last-month-of-year. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 52bb556a7b1..91a0bfd8224 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -2910,7 +2910,7 @@ Gregorian date Sunday, December 31, 1 BC." ;; year (Adar or Adar II). ((= death-month 13) (calendar-absolute-from-hebrew - (list (last-month-of-hebrew-year year) death-day year))) + (list (hebrew-calendar-last-month-of-year year) death-day year))) ;; If it's the 30th in Adar I and $year$ is not a leap year ;; (so Adar has only 29 days), use the last day in Shevat. ((and (= death-day 30)